home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / aboot.lha / ABoot.install < prev    next >
Text File  |  1980-02-17  |  1KB  |  30 lines

  1. echo "WARNING! - this instalation will change your startup-sequence!"
  2. echo "If You are beginner user, better don't install ABoot :-)"
  3. echo ""
  4. ask "Shall I proceed the installation?"
  5. IF WARN
  6. echo "This installation must make changes in your sys:s directory."
  7. echo "If your default sys: device is not correctly setted, try later."
  8. echo ""
  9. ask "Shall I proceed the installation?"
  10. IF WARN
  11. echo ""
  12. echo "Welcome to ABoot instalation!"
  13. echo ""
  14. echo "Making all directories..."
  15. Makedir SYS:s/ABoot SYS:s/ABoot/ABootENV SYS:s/ABoot/ABootENV/sys SYS:s/aboot/SpecialENV SYS:s/aboot/SpecialENV/sys
  16. echo "Copying files..."
  17. Copy aboot sys:s/aboot ALL
  18. echo "Your old startup-sequence will be renamed to startup-sequence.old..."
  19. rename S:startup-sequence S:startup-sequence.old
  20. copy startup-sequence.new s:
  21. rename s:startup-sequence.new s:startup-sequence
  22. echo "To install abuilder, just copy ABuilder and ABuilder.guide to whereever You want"
  23. echo "Installation complete! Now reset your computer!"
  24. ELSE
  25. echo "User abort."
  26. ENDIF
  27. ELSE
  28. echo "User abort."
  29. ENDIF
  30.